Skip to content

[SPARK-9992][SPARK-9994][SPARK-9998][SQL]Implement the local TopK, sample and intersect operators#8573

Closed
zsxwing wants to merge 5 commits into
apache:masterfrom
zsxwing:more-local-operators
Closed

[SPARK-9992][SPARK-9994][SPARK-9998][SQL]Implement the local TopK, sample and intersect operators#8573
zsxwing wants to merge 5 commits into
apache:masterfrom
zsxwing:more-local-operators

Conversation

@zsxwing

@zsxwing zsxwing commented Sep 2, 2015

Copy link
Copy Markdown
Member

This PR is in conflict with #8535. I will update this one when #8535 gets merged.

@SparkQA

SparkQA commented Sep 2, 2015

Copy link
Copy Markdown

Test build #41933 has finished for PR 8573 at commit 4ccca2a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class IntersectNode(left: LocalNode, right: LocalNode) extends BinaryLocalNode
    • abstract class BinaryLocalNode extends LocalNode
    • case class SampleNode(
    • case class TakeOrderedAndProjectNode(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, looks like you already implemented this here :)

@andrewor14

Copy link
Copy Markdown
Contributor

Hey @zsxwing this looks good. Once you rebase and address the comments I'll merge it.

@SparkQA

SparkQA commented Sep 11, 2015

Copy link
Copy Markdown

Test build #42326 has finished for PR 8573 at commit a3270b0.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class IntersectNode(conf: SQLConf, left: LocalNode, right: LocalNode)
    • case class SampleNode(
    • case class TakeOrderedAndProjectNode(

@andrewor14

Copy link
Copy Markdown
Contributor

LGTM merging into master!

@asfgit asfgit closed this in e626ac5 Sep 11, 2015
@zsxwing zsxwing deleted the more-local-operators branch September 12, 2015 13:20
asfgit pushed a commit that referenced this pull request Sep 14, 2015
…perators

This PR is in conflict with #8535 and #8573. Will update this one when they are merged.

Author: zsxwing <zsxwing@gmail.com>

Closes #8642 from zsxwing/expand-nest-join.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants